-
Notifications
You must be signed in to change notification settings - Fork 85
[pre-commit.ci] pre-commit autoupdate #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1431 +/- ##
==========================================
- Coverage 96.11% 96.03% -0.09%
==========================================
Files 72 72
Lines 5176 5140 -36
Branches 895 895
==========================================
- Hits 4975 4936 -39
- Misses 119 120 +1
- Partials 82 84 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3c9d4c6 to
c9587e4
Compare
c9587e4 to
8dc23b2
Compare
|
Before it's merged, c2r code needs to have % string formatting replaced with format() https://docs.astral.sh/ruff/rules/printf-string-formatting/. |
8dc23b2 to
060f4f6
Compare
We could force merge it now and have follow-up PR? |
|
We certainly can, but creating the PR ahead of time, merging that first and then rebasing this PR seems cleaner to me as it would not create a window during which pre-commit CI fails for anyone rebasing to main. |
Didn't check anything but put something up at least in #1448 |
060f4f6 to
736e58e
Compare
742de89 to
f8a45cf
Compare
e75fceb to
1375e7f
Compare
| def _curl_the_satellite_script(self, curl_command): | ||
| assert ( | ||
| self.shell(f"{curl_command} -o {self._sat_script_location}", silent=True).returncode == 0 | ||
| ), "Failed to curl the satellite script to the machine." | ||
| assert self.shell(f"{curl_command} -o {self._sat_script_location}", silent=True).returncode == 0, ( | ||
| "Failed to curl the satellite script to the machine." | ||
| ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious
01243f4 to
ee2fa43
Compare
ea54f4c to
4a9c142
Compare
6cb38c7 to
9c37f55
Compare
09ab8c1 to
9fd693d
Compare
6d96ef3 to
b4644da
Compare
73ebf4d to
d092f39
Compare
d60be88 to
939f94b
Compare
360b986 to
7c0b62d
Compare
c09595e to
3abf747
Compare
23df522 to
4ed886c
Compare
5955b43 to
7454b9a
Compare
77250a7 to
e37164a
Compare
4955efc to
b401a90
Compare
d90bc5c to
7750f49
Compare
384ced4 to
7201382
Compare
11b34e0 to
6d26057
Compare
ebb89c7 to
e258907
Compare
0f21974 to
59fdf5d
Compare
866f4f1 to
b3c9803
Compare
5eeaff8 to
297cf17
Compare
f2b008d to
51ffa18
Compare
cc44bc0 to
ab705ee
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.7.3...v0.14.7) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/teemtee/tmt.git: 1.38.0 → 1.62.1](https://github.com/teemtee/tmt.git/compare/1.38.0...1.62.1) - [github.com/packit/pre-commit-hooks: v1.2.0 → v1.3.0](packit/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.30.0](gitleaks/gitleaks@v8.21.2...v8.30.0) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](jendrikseipp/vulture@v2.13...v2.14)
91a173e to
7477143
Compare
for more information, see https://pre-commit.ci
updates: